const runtime._Gsyscall
20 uses
runtime (current package)
heapdump.go#L420: _Gsyscall,
mgcmark.go#L206: if (status == _Gwaiting || status == _Gsyscall) && gp.waitsince == 0 {
mgcmark.go#L834: case _Grunnable, _Gsyscall, _Gwaiting:
preempt.go#L163: case _Grunnable, _Gsyscall, _Gwaiting:
preempt.go#L272: _Gsyscall | _Gscan:
proc.go#L1150: _Gsyscall:
proc.go#L2344: casgstatus(mp.curg, _Gdead, _Gsyscall)
proc.go#L2478: casgstatus(mp.curg, _Gsyscall, _Gdead)
proc.go#L4411: casgstatus(gp, _Grunning, _Gsyscall)
proc.go#L4567: casgstatus(gp, _Grunning, _Gsyscall)
proc.go#L4661: casgstatus(gp, _Gsyscall, _Grunning)
proc.go#L4786: casgstatus(gp, _Gsyscall, _Grunnable)
proc.go#L5972: _Gsyscall:
runtime2.go#L51: _Gsyscall // 3
runtime2.go#L104: _Gscansyscall = _Gscan + _Gsyscall // 0x1003
traceback.go#L840: if readgstatus(gp)&^_Gscan == _Gsyscall {
traceback.go#L1190: _Gsyscall: "syscall",
traceback.go#L1220: if (gpstatus == _Gwaiting || gpstatus == _Gsyscall) && gp.waitsince != 0 {
tracestatus.go#L93: if w.mp.p.ptr() == pp && w.mp.curg != nil && readgstatus(w.mp.curg)&^_Gscan == _Gsyscall {
tracestatus.go#L137: case _Gsyscall:
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |